Download ISTQB Certified Tester Advanced Level - Test Manager [Syllabus 2012].CTAL-TM_Syll2012.PracticeTest.2018-08-23.33q.vcex

Vendor: iSQI
Exam Code: CTAL-TM_Syll2012
Exam Name: ISTQB Certified Tester Advanced Level - Test Manager [Syllabus 2012]
Date: Aug 23, 2018
File Size: 412 KB

How to open VCEX files?

Files with VCEX extension can be opened by ProfExam Simulator.

Purchase
Coupon: EXAM_HUB

Discount: 20%

Demo Questions

Question 1
The following is the unique “critical” quality risk item that has been identified:
CR-RSK-1. The GUI of the application might accept non-integer values for the input field designed to get the number of bottles from the user 
Test analysis for system testing has just begun and the following test conditions have been identified:
TC-SEL-2. Test the selection of the package sizes    
TC-SEL-4. Test wrong numbers of bottles for an order 
TC-CR-RSK-1. Test the accepted values from the input field designed to get the number of bottles from the user 
Assume that you have used traceability to determine the logical test cases that cover all the requirements and the single risk item identified in that scenario. 
   
Which of the following is a positive logical test that is complete and correct, and covers the REQ-SEL-4 requirement?
  1. Select a 6-bottles package, then try to insert 5 bottles; verify that no error messages are displayed
  2. Select a 6-bottles package, then try to insert 7 bottles; verify that no error messages are displayed
  3. Select a 6-bottles package, then try to insert 7 bottles; verify that the "Invalid number of bottles" message is displayed
  4. Select a 6-bottles package, then try to insert 7 bottles
Correct answer: C
Question 2
The following are the requirements identified as “critical”:
REQ-SEL-001. The user shall be able to combine all the three products with all the four durations to define an item to purchase 
REQ-SEL-002. The user shall be able to add a maximum of six different items to the shopping cart 
REQ-PUR-001. The user shall be able to purchase all the items in the shopping cart using a credit voucher 
REQ-PUR-002. The user shall be able to purchase all the items in the shopping cart using the available credit already charged on the smartcard 
REQ-PUR-003. The user shall be able to purchase all the items in the shopping cart using all the accepted credit cards (Visa, MasterCard and Great Wall Card) 
REG-LOGO-001. The user shall be able to logout (by clicking the logout button) from both the “select” and “purchase” pages going back to the “browse” page (anonymous navigation) 
Moreover the following quality risk item has been identified as “critical”:
QR-P1. The web customer portal might not be able to provide the expected response time (less than 10 sec) for the purchase transactions under a load of up-to 1000 concurrent users 
Test analysis for system testing has just begun and the following test conditions have been identified:
TC-SEL-01. Test the combinations of products and durations to define an item to purchase 
TC-SEL-02. Test the maximum number of items, which can be added to the shopping cart 
TC-PUR-01. Test the purchase of an item 
TC-PUR-02. Test the purchase of an item with the credit charged on the smartcard 
Assume that you have used traceability to determine the logical test cases that cover all the requirements and the single risk item identified in that scenario. 
   
Which of the following is a positive logical test that is complete, is correct, and covers the REG-LOGO-001 requirement?
  1. On the purchase page (“purchase state”), click the logout button; verify that the browse page (“browse state”) is displayed
  2. On the select page (“select state”), click the logout button
  3. On the purchase page (“purchase state”), click the logout button; verify that the “Impossible to logout – complete or cancel the current transaction” message is displayed
  4. On the browse page (“browse state”), click the logout button
Correct answer: A
Question 3
You are not confident with the assessment of the risk level and you suspect that it will be possible to find high-priority bugs in low-risk areas. 
Furthermore the period for test execution is very short. Your goal is to test all the product risks in a risk-based way, while assuring that each product risk gets at least some amount of testing. 
  
Which of the following answers describes the best test execution schedule in this scenario?
  1. T1, T2, T3, T4, T5, T6, T7, T8, T9, T10
  2. T1, T3, T5, T7, T9, T2, T4, T6, T8, T10
  3. T10, T9, T8, T7, T6, T5, T4, T3, T2, T1
  4. T10, T8, T6, T4, T2, T9, T7, T5, T3, T1
Correct answer: B
Question 4
Assume that the following test cases have been executed at the end of the first week of test execution: TC-001, TC-002 and TC-007. All these tests are ‘passes’.
What is the MINIMUM number of the remaining test cases that must be successfully executed to fulfill the EX1 exit criteria? 
  
  1. 4
  2. 5
  3. 6
  4. 7
Correct answer: A
Question 5
Assume that no additional product risks have been identified during the first week of test execution. 
  
  
Which of the following answers would you expect to best describe the residual risks associated with the identified product risks, at the end of the first week of test execution?
  1. Since R3 is the only risk for which all test cases have passed, the risk has been reduced by 20%
  2. The test execution status table indicates that the risk has been reduced by 56%
  3. The residual risk level can’t be determined, because it requires that all the test cases have been executed
  4. The test execution table doesn’t give an indication of the risk level of the open defects and the test cases that failed or are not run yet
Correct answer: D
Question 6
Testing Process 
The following are the exit criteria described in the test plan of a software product:
EX1. The test suite for the product must ensure that at least each quality risk item is covered by at least one test case (a quality risk item can be covered by more test cases). 
EX2. All test cases in the test suite must be run during the execution phase. 
EX3. Defects are classified into two categories: “C” (critical defect) and “NC” (non-critical defect). No known C defects shall exist in the product at the end of the test execution phase.
Which of the following information is useless when the specified exit criteria is evaluated?
  1. A traceability matrix showing the relationships between the product risk items and the test cases
  2. A list of all the open defects with the associated classification information extracted from the defect tracking system
  3. A chart, showing the trend in the lag time from defect reporting to resolution, extracted from the defect tracking system
  4. The execution status of all the test cases extracted from the test management tool
Correct answer: C
Question 7
Testing Process 
Which of the following is an example of the test closure activity indicated as "lessons learned"?
  1. Archive all the test results of the acceptance testing phase
  2. Deliver a list of the open defects of a software product released into production to the service desk team
  3. Participate in a meeting at the end of a project aimed at better managing the events and problems of future projects
  4. Deliver an automated regression test suite, used during the system test phase of a software product released into production, to the team responsible for maintenance testing
Correct answer: C
Question 8
Test Management 
Consider an agile team adopting Extreme Programming (XP) with five developers and one tester without any coding experience. 
To which of the following activities would you expect the tester will contribute most?
  1. Developing unit tests
  2. Executing unit tests
  3. Planning and executing tests during the integration test phase to detect interface defects
  4. Supporting the customer in the execution of acceptance testing
Correct answer: D
Question 9
Test Management 
Which of the following statements best describes an appropriate approach for managing exploratory testing?
  1. Define very detailed mission statements, which allow testing work to be broken into sessions of up to 10 minutes duration in which testing is guided by these mission statements
  2. Break the testing work in 30 to 120 minutes sessions and use properly defined mission statements consisting of two or three sentences to guide testing during these sessions
  3. Define very generic charters to drive exploratory testing sessions of 2 days where testers are completely free to decide what to test
  4. Exploratory testing should not be managed because such testing is inherently unmanageable and not measurable
Correct answer: B
Question 10
Test Management 
Assume you are managing the system testing phase of a project. 
The system test execution period is scheduled to twenty weeks. 
All tests are manual tests. You are following a risk-driven test approach. 
During the last staff meeting the project manager tells you new deadlines that will not allow completion of all the system tests. 
Which of the following would you expect to be the best way to respond to this situation?
  1. Prioritize executing the tests for the highest product risks and track these risks
  2. Remove testers from your test team, so that they can be assigned to other projects
  3. Automate all remaining tests
  4. No action is needed, test as much as possible in the remaining time period
Correct answer: A
HOW TO OPEN VCE FILES

Use VCE Exam Simulator to open VCE files
Avanaset

HOW TO OPEN VCEX AND EXAM FILES

Use ProfExam Simulator to open VCEX and EXAM files
ProfExam Screen

ProfExam
ProfExam at a 20% markdown

You have the opportunity to purchase ProfExam at a 20% reduced price

Get Now!